home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Lock < prev    next >
Text File  |  1998-02-16  |  863b  |  35 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                    LOCK
  3.  
  4.  
  5.    USE:
  6.    Locks purpose within AmigaDOS is to inhibit write access to FFS (Fast
  7.    File System) partitions on Hard Disks.
  8.  
  9.    Lock is only valid until the next system reboot.
  10.  
  11.    PATH:
  12.    C:
  13.  
  14.    SYSTEM:
  15.    2.0 (enhanced), 2.1, 3.0
  16.  
  17.    EXAMPLES:
  18.    1>LOCK DH0: ON (locks hard disk partition DH0)
  19.    1>LOCK C: ON (locks the C assignment)
  20.    1>LOCK DH0: OFF (removes lock)
  21.  
  22.    NOTES:
  23.    Lock offers no protection against Viruses or other non AmigaDOS write
  24.    access.
  25.  
  26.    With version 2.0 of AmigaDOS Lock was upgraded so that it is now able to
  27.    work on all disk partitions regardless of filing system.
  28.  
  29.    It is also now possible to Lock Floppy disks as well.
  30.  
  31.    1>LOCK DF1: ON
  32.  
  33.    Please note however that the command only locks the DF1 device not
  34.    individual disks.
  35.